home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / MMenu.dxr / 00138.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  345 b   |  17 lines

  1. on MainMenuWorkings
  2.   repeat with n = 7 to 57
  3.     handcursor(n)
  4.   end repeat
  5.   if rollOver(8) or (rollOver(9) = 1) then
  6.     set the visible of sprite 4 to 1
  7.   else
  8.     set the visible of sprite 4 to 0
  9.   end if
  10.   set x to random(100)
  11.   if x >= 70 then
  12.     set the visible of sprite 3 to 1
  13.   else
  14.     set the visible of sprite 3 to 0
  15.   end if
  16. end
  17.